Visual Basic (Declaration) | |
---|---|
Public Interface ICreateOrUpdateValue (Of TKey,TValue) Inherits ICreateValue(Of TKey,TValue), IUpdateValue(Of TKey,TValue) |
C# | |
---|---|
public interface ICreateOrUpdateValue<TKey,TValue> : ICreateValue<TKey,TValue>, IUpdateValue<TKey,TValue> |
- TKey
- TValue
Generally implemented as a struct and passed by ref to save stack space and to retrieve the values that where inserted or updated.
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7